home *** CD-ROM | disk | FTP | other *** search
- ; CheckYourLibs V2.0
- ; © 10/1998 by Michaela Prüß & Heiko Schröder
-
-
- Echo "Library-Check V2.0*N© Michaela Prüß & Heiko Schröder 10/98"
- Echo "*NThe report will be written in RAM: and you can't stop the version scan!"
- Ask "Do you want to check your system for libraries? (Y/N)"
- If NOT WARN=5
- Echo "CANCEL ..."
- C:Quit
- EndIf
-
- C:FailAt 100
- C:Copy DVC RAM:
- C:Copy C:Search RAM:
- C:Copy Scripts/LibList.dvc RAM:
- C:Copy MyCheck RAM:
- C:Copy MyCheck.rexx RAM:
- C:Copy MyConvert.rexx RAM:
-
- Echo "List of all your libraries*N--------------------------*N" >Ram:Lib-List
- Echo "List of your old libraries*N--------------------------*N" >Ram:Lib-OldList
- Echo "List of new libraries*NPlease contact me: age@thepentagon.com*Nand send this file to me. Thanks.*N--------------------------" >Ram:Lib-NewList
- Echo "For LibGuide I scan infos about your system:" >>Ram:lib-NewList
- Version >>Ram:Lib-NewList
- C:CPU >>Ram:Lib-NewList
-
- Echo "Starting Rexx"
- Sys:System/RexxMast >NIL:
-
- Echo "Looking for Libs:#?.library"
- C:List Libs: PAT=#?.library#? ALL quick nohead LFormat="Execute RAM:MyCheck %s%s" >Ram:List1
-
- Sort Ram:List1 Ram:List1
-
- Echo "Starting Check..."
- Protect MyCheck +s
- Execute Ram:List1
- Echo "*N*NREADY!*NThe result can be found at Ram:Lib-OldList and Ram:Lib-NewList ..."
- Echo "Please send me the RAM:Lib-NewList for updating the Libraries.guide.*N"
- Delete Ram:List1 QUIET
- Delete Ram:DVC QUIET
- Delete Ram:Search QUIET
- Delete Ram:LibList.dvc QUIET
- Delete Ram:MyCheck QUIET
- Delete Ram:MyCheck.rexx QUIET
- Delete Ram:MyConvert.rexx QUIET
-
- Ask "Please press ENTER for next Step."
- C:CLS
-
- ; Library Online Update Generating Script
-
- Echo "Online Library Update Form Generator 1.0*N© 10/98 by Heiko Schröder*N"
- Ask "Next Step... *NDo you want to create a Form for updating libraries online at http://www.amigasystem.org? (Y/N)"
- If NOT WARN=5
- Echo "CANCEL ..."
- Delete Ram:Lib-OnlineUpdate QUIET
- C:Quit
- EndIf
- Echo "Generating Form..."
- rx MyOnlineUpdate.rexx
-
- Delete Ram:Lib-OnlineUpdate QUIET
- Echo "Ready. Please load RAM:Lib-OnlineUpdate.html in your browser and follow the instructions."
- Ask "*NPress ENTER to end..."
- Wait 2 secs
-